Before doing these labs, create a directory in your home directory named OOPClass, and a subdirectory of OOPClass named Labs. Then, before doing each lab, copy its directory to your ~/OOPClass/Labs directory.
For example, to do the Fruit lab, copy the Fruit directory to your Labs directory. Then the ultimate path to the Fruit laboratory exercise will be:
~/OOPClass/Labs/Fruit
If you do this for each lab, the instructions for each lab will be correct and you will have write privileges in your directory.
Note: The instructions also assume that someone has already "made" the apps in the Solution and Extension directories for each lab. If this is not the case, cd to each of these directories and type "make."
Also, it is assumed that the apps in the Examples directory have been made. If not, you may have to copy an example directory into your own and make it in order to run the example.